Inherits from GTK_TYPE_OBJECT, not GTK_TYPE_TREE_MODEL.
+2000-11-29 Elliot Lee <sopwith@redhat.com>
+
+ * gtk/gtkmodelsimple.c: Inherits from GTK_TYPE_OBJECT, not
+ GTK_TYPE_TREE_MODEL.
+
2000-11-29 Alexander Larsson <alexl@redhat.com>
* gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
+2000-11-29 Elliot Lee <sopwith@redhat.com>
+
+ * gtk/gtkmodelsimple.c: Inherits from GTK_TYPE_OBJECT, not
+ GTK_TYPE_TREE_MODEL.
+
2000-11-29 Alexander Larsson <alexl@redhat.com>
* gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
+2000-11-29 Elliot Lee <sopwith@redhat.com>
+
+ * gtk/gtkmodelsimple.c: Inherits from GTK_TYPE_OBJECT, not
+ GTK_TYPE_TREE_MODEL.
+
2000-11-29 Alexander Larsson <alexl@redhat.com>
* gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
+2000-11-29 Elliot Lee <sopwith@redhat.com>
+
+ * gtk/gtkmodelsimple.c: Inherits from GTK_TYPE_OBJECT, not
+ GTK_TYPE_TREE_MODEL.
+
2000-11-29 Alexander Larsson <alexl@redhat.com>
* gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
+2000-11-29 Elliot Lee <sopwith@redhat.com>
+
+ * gtk/gtkmodelsimple.c: Inherits from GTK_TYPE_OBJECT, not
+ GTK_TYPE_TREE_MODEL.
+
2000-11-29 Alexander Larsson <alexl@redhat.com>
* gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
+2000-11-29 Elliot Lee <sopwith@redhat.com>
+
+ * gtk/gtkmodelsimple.c: Inherits from GTK_TYPE_OBJECT, not
+ GTK_TYPE_TREE_MODEL.
+
2000-11-29 Alexander Larsson <alexl@redhat.com>
* gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
+2000-11-29 Elliot Lee <sopwith@redhat.com>
+
+ * gtk/gtkmodelsimple.c: Inherits from GTK_TYPE_OBJECT, not
+ GTK_TYPE_TREE_MODEL.
+
2000-11-29 Alexander Larsson <alexl@redhat.com>
* gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
NULL
};
- model_simple_type = g_type_register_static (GTK_TYPE_TREE_MODEL, "GtkModelSimple", &model_simple_info, 0);
+ model_simple_type = g_type_register_static (GTK_TYPE_OBJECT, "GtkModelSimple", &model_simple_info, 0);
g_type_add_interface_static (model_simple_type,
GTK_TYPE_TREE_MODEL,
&tree_model_info);